3.591 \(\int \frac {x}{(c+a^2 c x^2)^{5/2} \tan ^{-1}(a x)^2} \, dx\)

Optimal. Leaf size=116 \[ \frac {\sqrt {a^2 x^2+1} \text {Ci}\left (\tan ^{-1}(a x)\right )}{4 a^2 c^2 \sqrt {a^2 c x^2+c}}+\frac {3 \sqrt {a^2 x^2+1} \text {Ci}\left (3 \tan ^{-1}(a x)\right )}{4 a^2 c^2 \sqrt {a^2 c x^2+c}}-\frac {x}{a c \left (a^2 c x^2+c\right )^{3/2} \tan ^{-1}(a x)} \]

[Out]

-x/a/c/(a^2*c*x^2+c)^(3/2)/arctan(a*x)+1/4*Ci(arctan(a*x))*(a^2*x^2+1)^(1/2)/a^2/c^2/(a^2*c*x^2+c)^(1/2)+3/4*C
i(3*arctan(a*x))*(a^2*x^2+1)^(1/2)/a^2/c^2/(a^2*c*x^2+c)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.50, antiderivative size = 116, normalized size of antiderivative = 1.00, number of steps used = 13, number of rules used = 8, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.364, Rules used = {4968, 4971, 4970, 4406, 3302, 4905, 4904, 3312} \[ \frac {\sqrt {a^2 x^2+1} \text {CosIntegral}\left (\tan ^{-1}(a x)\right )}{4 a^2 c^2 \sqrt {a^2 c x^2+c}}+\frac {3 \sqrt {a^2 x^2+1} \text {CosIntegral}\left (3 \tan ^{-1}(a x)\right )}{4 a^2 c^2 \sqrt {a^2 c x^2+c}}-\frac {x}{a c \left (a^2 c x^2+c\right )^{3/2} \tan ^{-1}(a x)} \]

Antiderivative was successfully verified.

[In]

Int[x/((c + a^2*c*x^2)^(5/2)*ArcTan[a*x]^2),x]

[Out]

-(x/(a*c*(c + a^2*c*x^2)^(3/2)*ArcTan[a*x])) + (Sqrt[1 + a^2*x^2]*CosIntegral[ArcTan[a*x]])/(4*a^2*c^2*Sqrt[c
+ a^2*c*x^2]) + (3*Sqrt[1 + a^2*x^2]*CosIntegral[3*ArcTan[a*x]])/(4*a^2*c^2*Sqrt[c + a^2*c*x^2])

Rule 3302

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[CosIntegral[e - Pi/2 + f*x]/d, x] /; FreeQ
[{c, d, e, f}, x] && EqQ[d*(e - Pi/2) - c*f, 0]

Rule 3312

Int[((c_.) + (d_.)*(x_))^(m_)*sin[(e_.) + (f_.)*(x_)]^(n_), x_Symbol] :> Int[ExpandTrigReduce[(c + d*x)^m, Sin
[e + f*x]^n, x], x] /; FreeQ[{c, d, e, f, m}, x] && IGtQ[n, 1] && ( !RationalQ[m] || (GeQ[m, -1] && LtQ[m, 1])
)

Rule 4406

Int[Cos[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int[E
xpandTrigReduce[(c + d*x)^m, Sin[a + b*x]^n*Cos[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0]
&& IGtQ[p, 0]

Rule 4904

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Dist[d^q/c, Subst[Int[(a
 + b*x)^p/Cos[x]^(2*(q + 1)), x], x, ArcTan[c*x]], x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[e, c^2*d] && ILtQ
[2*(q + 1), 0] && (IntegerQ[q] || GtQ[d, 0])

Rule 4905

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Dist[(d^(q + 1/2)*Sqrt[1
 + c^2*x^2])/Sqrt[d + e*x^2], Int[(1 + c^2*x^2)^q*(a + b*ArcTan[c*x])^p, x], x] /; FreeQ[{a, b, c, d, e, p}, x
] && EqQ[e, c^2*d] && ILtQ[2*(q + 1), 0] &&  !(IntegerQ[q] || GtQ[d, 0])

Rule 4968

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Simp[(x^m*(d
+ e*x^2)^(q + 1)*(a + b*ArcTan[c*x])^(p + 1))/(b*c*d*(p + 1)), x] + (-Dist[(c*(m + 2*q + 2))/(b*(p + 1)), Int[
x^(m + 1)*(d + e*x^2)^q*(a + b*ArcTan[c*x])^(p + 1), x], x] - Dist[m/(b*c*(p + 1)), Int[x^(m - 1)*(d + e*x^2)^
q*(a + b*ArcTan[c*x])^(p + 1), x], x]) /; FreeQ[{a, b, c, d, e, m}, x] && EqQ[e, c^2*d] && IntegerQ[m] && LtQ[
q, -1] && LtQ[p, -1] && NeQ[m + 2*q + 2, 0]

Rule 4970

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Dist[d^q/c^(m
 + 1), Subst[Int[((a + b*x)^p*Sin[x]^m)/Cos[x]^(m + 2*(q + 1)), x], x, ArcTan[c*x]], x] /; FreeQ[{a, b, c, d,
e, p}, x] && EqQ[e, c^2*d] && IGtQ[m, 0] && ILtQ[m + 2*q + 1, 0] && (IntegerQ[q] || GtQ[d, 0])

Rule 4971

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Dist[(d^(q +
1/2)*Sqrt[1 + c^2*x^2])/Sqrt[d + e*x^2], Int[x^m*(1 + c^2*x^2)^q*(a + b*ArcTan[c*x])^p, x], x] /; FreeQ[{a, b,
 c, d, e, p}, x] && EqQ[e, c^2*d] && IGtQ[m, 0] && ILtQ[m + 2*q + 1, 0] &&  !(IntegerQ[q] || GtQ[d, 0])

Rubi steps

\begin {align*} \int \frac {x}{\left (c+a^2 c x^2\right )^{5/2} \tan ^{-1}(a x)^2} \, dx &=-\frac {x}{a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)}+\frac {\int \frac {1}{\left (c+a^2 c x^2\right )^{5/2} \tan ^{-1}(a x)} \, dx}{a}-(2 a) \int \frac {x^2}{\left (c+a^2 c x^2\right )^{5/2} \tan ^{-1}(a x)} \, dx\\ &=-\frac {x}{a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)}+\frac {\sqrt {1+a^2 x^2} \int \frac {1}{\left (1+a^2 x^2\right )^{5/2} \tan ^{-1}(a x)} \, dx}{a c^2 \sqrt {c+a^2 c x^2}}-\frac {\left (2 a \sqrt {1+a^2 x^2}\right ) \int \frac {x^2}{\left (1+a^2 x^2\right )^{5/2} \tan ^{-1}(a x)} \, dx}{c^2 \sqrt {c+a^2 c x^2}}\\ &=-\frac {x}{a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)}+\frac {\sqrt {1+a^2 x^2} \operatorname {Subst}\left (\int \frac {\cos ^3(x)}{x} \, dx,x,\tan ^{-1}(a x)\right )}{a^2 c^2 \sqrt {c+a^2 c x^2}}-\frac {\left (2 \sqrt {1+a^2 x^2}\right ) \operatorname {Subst}\left (\int \frac {\cos (x) \sin ^2(x)}{x} \, dx,x,\tan ^{-1}(a x)\right )}{a^2 c^2 \sqrt {c+a^2 c x^2}}\\ &=-\frac {x}{a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)}+\frac {\sqrt {1+a^2 x^2} \operatorname {Subst}\left (\int \left (\frac {3 \cos (x)}{4 x}+\frac {\cos (3 x)}{4 x}\right ) \, dx,x,\tan ^{-1}(a x)\right )}{a^2 c^2 \sqrt {c+a^2 c x^2}}-\frac {\left (2 \sqrt {1+a^2 x^2}\right ) \operatorname {Subst}\left (\int \left (\frac {\cos (x)}{4 x}-\frac {\cos (3 x)}{4 x}\right ) \, dx,x,\tan ^{-1}(a x)\right )}{a^2 c^2 \sqrt {c+a^2 c x^2}}\\ &=-\frac {x}{a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)}+\frac {\sqrt {1+a^2 x^2} \operatorname {Subst}\left (\int \frac {\cos (3 x)}{x} \, dx,x,\tan ^{-1}(a x)\right )}{4 a^2 c^2 \sqrt {c+a^2 c x^2}}-\frac {\sqrt {1+a^2 x^2} \operatorname {Subst}\left (\int \frac {\cos (x)}{x} \, dx,x,\tan ^{-1}(a x)\right )}{2 a^2 c^2 \sqrt {c+a^2 c x^2}}+\frac {\sqrt {1+a^2 x^2} \operatorname {Subst}\left (\int \frac {\cos (3 x)}{x} \, dx,x,\tan ^{-1}(a x)\right )}{2 a^2 c^2 \sqrt {c+a^2 c x^2}}+\frac {\left (3 \sqrt {1+a^2 x^2}\right ) \operatorname {Subst}\left (\int \frac {\cos (x)}{x} \, dx,x,\tan ^{-1}(a x)\right )}{4 a^2 c^2 \sqrt {c+a^2 c x^2}}\\ &=-\frac {x}{a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)}+\frac {\sqrt {1+a^2 x^2} \text {Ci}\left (\tan ^{-1}(a x)\right )}{4 a^2 c^2 \sqrt {c+a^2 c x^2}}+\frac {3 \sqrt {1+a^2 x^2} \text {Ci}\left (3 \tan ^{-1}(a x)\right )}{4 a^2 c^2 \sqrt {c+a^2 c x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.20, size = 95, normalized size = 0.82 \[ \frac {\left (a^2 x^2+1\right )^{3/2} \tan ^{-1}(a x) \text {Ci}\left (\tan ^{-1}(a x)\right )+3 \left (a^2 x^2+1\right )^{3/2} \tan ^{-1}(a x) \text {Ci}\left (3 \tan ^{-1}(a x)\right )-4 a x}{4 a^2 c^2 \left (a^2 x^2+1\right ) \sqrt {a^2 c x^2+c} \tan ^{-1}(a x)} \]

Antiderivative was successfully verified.

[In]

Integrate[x/((c + a^2*c*x^2)^(5/2)*ArcTan[a*x]^2),x]

[Out]

(-4*a*x + (1 + a^2*x^2)^(3/2)*ArcTan[a*x]*CosIntegral[ArcTan[a*x]] + 3*(1 + a^2*x^2)^(3/2)*ArcTan[a*x]*CosInte
gral[3*ArcTan[a*x]])/(4*a^2*c^2*(1 + a^2*x^2)*Sqrt[c + a^2*c*x^2]*ArcTan[a*x])

________________________________________________________________________________________

fricas [F]  time = 0.46, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\sqrt {a^{2} c x^{2} + c} x}{{\left (a^{6} c^{3} x^{6} + 3 \, a^{4} c^{3} x^{4} + 3 \, a^{2} c^{3} x^{2} + c^{3}\right )} \arctan \left (a x\right )^{2}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a^2*c*x^2+c)^(5/2)/arctan(a*x)^2,x, algorithm="fricas")

[Out]

integral(sqrt(a^2*c*x^2 + c)*x/((a^6*c^3*x^6 + 3*a^4*c^3*x^4 + 3*a^2*c^3*x^2 + c^3)*arctan(a*x)^2), x)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a^2*c*x^2+c)^(5/2)/arctan(a*x)^2,x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:sym2
poly/r2sym(const gen & e,const index_m & i,const vecteur & l) Error: Bad Argument Value

________________________________________________________________________________________

maple [C]  time = 1.22, size = 601, normalized size = 5.18 \[ -\frac {\left (\arctan \left (a x \right ) \Ei \left (1, -i \arctan \left (a x \right )\right ) x^{2} a^{2}+\Ei \left (1, -i \arctan \left (a x \right )\right ) \arctan \left (a x \right )+\sqrt {a^{2} x^{2}+1}\, x a -i \sqrt {a^{2} x^{2}+1}\right ) \sqrt {a^{2} x^{2}+1}\, \sqrt {c \left (a x -i\right ) \left (a x +i\right )}}{8 \arctan \left (a x \right ) \left (a^{4} x^{4}+2 a^{2} x^{2}+1\right ) c^{3} a^{2}}-\frac {\left (3 \Ei \left (1, -3 i \arctan \left (a x \right )\right ) \arctan \left (a x \right ) x^{4} a^{4}+6 \Ei \left (1, -3 i \arctan \left (a x \right )\right ) \arctan \left (a x \right ) x^{2} a^{2}-\sqrt {a^{2} x^{2}+1}\, x^{3} a^{3}+3 i \sqrt {a^{2} x^{2}+1}\, x^{2} a^{2}+3 \Ei \left (1, -3 i \arctan \left (a x \right )\right ) \arctan \left (a x \right )+3 \sqrt {a^{2} x^{2}+1}\, x a -i \sqrt {a^{2} x^{2}+1}\right ) \sqrt {c \left (a x -i\right ) \left (a x +i\right )}}{8 \sqrt {a^{2} x^{2}+1}\, a^{2} c^{3} \left (a^{4} x^{4}+2 a^{2} x^{2}+1\right ) \arctan \left (a x \right )}-\frac {\left (3 \Ei \left (1, 3 i \arctan \left (a x \right )\right ) \arctan \left (a x \right ) x^{4} a^{4}-\sqrt {a^{2} x^{2}+1}\, x^{3} a^{3}+6 \Ei \left (1, 3 i \arctan \left (a x \right )\right ) \arctan \left (a x \right ) x^{2} a^{2}-3 i \sqrt {a^{2} x^{2}+1}\, x^{2} a^{2}+3 \sqrt {a^{2} x^{2}+1}\, x a +3 \Ei \left (1, 3 i \arctan \left (a x \right )\right ) \arctan \left (a x \right )+i \sqrt {a^{2} x^{2}+1}\right ) \sqrt {c \left (a x -i\right ) \left (a x +i\right )}}{8 \sqrt {a^{2} x^{2}+1}\, a^{2} c^{3} \left (a^{4} x^{4}+2 a^{2} x^{2}+1\right ) \arctan \left (a x \right )}-\frac {\left (\Ei \left (1, i \arctan \left (a x \right )\right ) \arctan \left (a x \right ) x^{2} a^{2}+\Ei \left (1, i \arctan \left (a x \right )\right ) \arctan \left (a x \right )+\sqrt {a^{2} x^{2}+1}\, x a +i \sqrt {a^{2} x^{2}+1}\right ) \sqrt {c \left (a x -i\right ) \left (a x +i\right )}}{8 \left (a^{2} x^{2}+1\right )^{\frac {3}{2}} \arctan \left (a x \right ) c^{3} a^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(a^2*c*x^2+c)^(5/2)/arctan(a*x)^2,x)

[Out]

-1/8*(arctan(a*x)*Ei(1,-I*arctan(a*x))*x^2*a^2+Ei(1,-I*arctan(a*x))*arctan(a*x)+(a^2*x^2+1)^(1/2)*x*a-I*(a^2*x
^2+1)^(1/2))*(a^2*x^2+1)^(1/2)*(c*(a*x-I)*(I+a*x))^(1/2)/arctan(a*x)/(a^4*x^4+2*a^2*x^2+1)/c^3/a^2-1/8*(3*Ei(1
,-3*I*arctan(a*x))*arctan(a*x)*x^4*a^4+6*Ei(1,-3*I*arctan(a*x))*arctan(a*x)*x^2*a^2-(a^2*x^2+1)^(1/2)*x^3*a^3+
3*I*(a^2*x^2+1)^(1/2)*x^2*a^2+3*Ei(1,-3*I*arctan(a*x))*arctan(a*x)+3*(a^2*x^2+1)^(1/2)*x*a-I*(a^2*x^2+1)^(1/2)
)/(a^2*x^2+1)^(1/2)*(c*(a*x-I)*(I+a*x))^(1/2)/a^2/c^3/(a^4*x^4+2*a^2*x^2+1)/arctan(a*x)-1/8*(3*Ei(1,3*I*arctan
(a*x))*arctan(a*x)*x^4*a^4-(a^2*x^2+1)^(1/2)*x^3*a^3+6*Ei(1,3*I*arctan(a*x))*arctan(a*x)*x^2*a^2-3*I*(a^2*x^2+
1)^(1/2)*x^2*a^2+3*(a^2*x^2+1)^(1/2)*x*a+3*Ei(1,3*I*arctan(a*x))*arctan(a*x)+I*(a^2*x^2+1)^(1/2))/(a^2*x^2+1)^
(1/2)*(c*(a*x-I)*(I+a*x))^(1/2)/a^2/c^3/(a^4*x^4+2*a^2*x^2+1)/arctan(a*x)-1/8*(Ei(1,I*arctan(a*x))*arctan(a*x)
*x^2*a^2+Ei(1,I*arctan(a*x))*arctan(a*x)+(a^2*x^2+1)^(1/2)*x*a+I*(a^2*x^2+1)^(1/2))/(a^2*x^2+1)^(3/2)*(c*(a*x-
I)*(I+a*x))^(1/2)/arctan(a*x)/c^3/a^2

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x}{{\left (a^{2} c x^{2} + c\right )}^{\frac {5}{2}} \arctan \left (a x\right )^{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a^2*c*x^2+c)^(5/2)/arctan(a*x)^2,x, algorithm="maxima")

[Out]

integrate(x/((a^2*c*x^2 + c)^(5/2)*arctan(a*x)^2), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {x}{{\mathrm {atan}\left (a\,x\right )}^2\,{\left (c\,a^2\,x^2+c\right )}^{5/2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(atan(a*x)^2*(c + a^2*c*x^2)^(5/2)),x)

[Out]

int(x/(atan(a*x)^2*(c + a^2*c*x^2)^(5/2)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x}{\left (c \left (a^{2} x^{2} + 1\right )\right )^{\frac {5}{2}} \operatorname {atan}^{2}{\left (a x \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a**2*c*x**2+c)**(5/2)/atan(a*x)**2,x)

[Out]

Integral(x/((c*(a**2*x**2 + 1))**(5/2)*atan(a*x)**2), x)

________________________________________________________________________________________